home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / circuits / spice2g6.z / spice2g6 / spice / Fortran / avlm4.f < prev    next >
Encoding:
Text File  |  1989-02-03  |  381 b   |  11 lines

  1.       subroutine avlm4(iavl)
  2.       implicit double precision (a-h,o-z)
  3. c spice version 2g.6  sccsid=memmgr 3/15/83
  4.       common /memmgr/ cpyknt,istack(1),lorg,icore,maxcor,maxuse,memavl,
  5.      1   ldval,numblk,loctab,ltab,ifwa,nwoff,ntab,maxmem,memerr,nwd4,
  6.      2   nwd8,nwd16
  7.       iavl=((maxmem-icore)/nxtmem(1))*nxtmem(1)-ntab+memavl
  8.       iavl=iavl/nwd4
  9.       return
  10.       end
  11.